OpenBuildings GenerativeComponents Help

Conditional breakpoint

if(i ==6) breakpoint;

The conditional breakpoint is useful for finding issues that arise within a loop.

Locals

This window, accessible while debugging, allows the user to inspect all individual local values while they are initialized and the values allocated with it. Also, it lets the user look inside arrays and to view node properties.